home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 May / Cd Pc Users extra 20 mayo 1999.iso / Internet / INTEG.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-07-25  |  1.3 KB  |  40 lines

  1. VERSION 2.00
  2. Begin Form FrmPrin 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   0  'None
  5.    ClientHeight    =   5820
  6.    ClientLeft      =   1980
  7.    ClientTop       =   1545
  8.    ClientWidth     =   7365
  9.    Height          =   6225
  10.    Icon            =   INTEG.FRX:0000
  11.    Left            =   1920
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   388
  14.    ScaleMode       =   3  'Pixel
  15.    ScaleWidth      =   491
  16.    Top             =   1200
  17.    Width           =   7485
  18.    WindowState     =   2  'Maximized
  19.    Begin Label LblEspere 
  20.       Alignment       =   2  'Center
  21.       BackStyle       =   0  'Transparent
  22.       Caption         =   "Un momento, por favor..."
  23.       FontBold        =   -1  'True
  24.       FontItalic      =   0   'False
  25.       FontName        =   "Arial"
  26.       FontSize        =   13.5
  27.       FontStrikethru  =   0   'False
  28.       FontUnderline   =   0   'False
  29.       ForeColor       =   &H00FFFFFF&
  30.       Height          =   360
  31.       Left            =   1935
  32.       TabIndex        =   0
  33.       Top             =   3120
  34.       Width           =   4845
  35.    End
  36. Sub Form_Load ()
  37.     LblEspere.Left = ((Screen.Width / Screen.TwipsPerPixelX) - LblEspere.Width) / 2
  38.     LblEspere.Top = ((Screen.Height / Screen.TwipsPerPixelY) - LblEspere.Height) / 2
  39. End Sub
  40.